fix for properly detecting shared lib support on SunPro cc (taken from
authorManish Singh <yosh@src.gnome.org>
Wed, 1 Jul 1998 17:06:47 +0000 (17:06 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 1 Jul 1998 17:06:47 +0000 (17:06 +0000)
libtool 1.2.a)

-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
ltconfig

index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index e8b0c073daeb4679418af7f70b909521e8650017..618f4fe52f843e152b5d0c7ddc0e0a4e3517f5a9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul  1 10:05:36 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * ltconfig: fix for properly detecting shared lib support on
+       SunPro cc (taken from libtool 1.2.a)
+
 Wed Jul  1 03:33:30 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkrc.c: implementation of the "class" keyword for styles.
index 878a7c8122911d629ae8329c0899be5e6148576d..4cd56263875515e8fc5c5c947b777544a0a3a7f5 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -561,7 +561,7 @@ if test -n "$pic_flag"; then
   # Check to make sure the pic_flag actually works.
   echo $ac_n "checking if $compiler PIC flag $pic_flag works... $ac_c" 1>&6
   $rm conftest*
-  echo > conftest.c
+  echo "int some_variable = 0;" > conftest.c
   save_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS $pic_flag -DPIC"
   echo "$progname:567: checking if $compiler PIC flag $pic_flag works" >&5